#testimonial_section.v1 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 0px;
  margin-top: -50px;
}

#testimonial_section.v1 #testimonial-wrapper {
  width: 100%;
}

#testimonial_section.v1 .header {
  margin-bottom: 25px;
}

#testimonial_section.v1 .testimonial {
  background: #f8f9fa;
  margin-bottom: 75px;
  padding: 25px 40px;
  position: relative;
  -webkit-box-shadow: 0.5em 0.5em .65em rgba(0,0,0,0.75);
  -moz-box-shadow: 0.5em 0.5em .65em rgba(0,0,0,0.75);
  box-shadow: 0.5em 0.5em .65em rgba(0,0,0,0.75);
}

#testimonial_section.v1 .testimonial .quote,
#testimonial_section.v1 .testimonial .copy,
#testimonial_section.v1 .testimonial .author {
  margin-bottom: 15px;
}

#testimonial_section.v1 .testimonial .author_image {
  position: absolute;
  max-width: 75px;
  max-height: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

#testimonial_section.v1 .testimonial .author_image img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

#testimonial_section.v1 #more-testimonials {
  border-radius: 0;
  background: #fff;
  border: 2px solid #000;
  color: #000;
}
@media screen and (max-width: 480px) {

    #testimonial_section.v1 .slick-prev, .slick-next{
        display: none !important;
    }
    #testimonial_section.v1 .testimonial{
        box-shadow: none !important;
    }

}

